home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 3
/
Amiga Tools 3.iso
/
wb-tools
/
db2.9
/
examples
/
arexxdemos
/
numbercheck.db
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-17
|
113 b
|
5 lines
/* Rexxprogram for db that warns for numbers above 10 */
options results
GETFIELD
if result > 10 then RETRYINPUT